home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000168_news@newsmaster….columbia.edu _Sun May 31 20:46:41 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA21226
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 31 May 1998 20:46:41 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA26987
  7.     for kermit.misc@watsun; Sun, 31 May 1998 20:46:41 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: kermit disconnects after 20 secs
  12. Date: 1 Jun 1998 00:46:38 GMT
  13. Organization: Columbia University
  14. Lines: 32
  15. Message-ID: <6kstle$afp$1@apakabar.cc.columbia.edu>
  16. References: <6kpar1$rhi$1@news.ncal.verio.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8836
  19.  
  20. In article <6kpar1$rhi$1@news.ncal.verio.com>, Den <dirvine@psln.com> wrote:
  21. : I sent someone here an email with a debugg session attached and they
  22. : indicated it appeared to be some kind of network error message that was
  23. : causing the disconnect.  I have since been testing my network to see if I
  24. : could find the problem but with no luck.
  25. : Can someone look at a debbug session and give me more information on what
  26. : kind of a network error I am getting.  Something that may help me track it
  27. : down.
  28.  
  29. As I reported to you back on April 8th when you sent me the log, the
  30. error being reported by the Network is ECONNRESET.  This means that
  31. the network has received unexpected data.  This MUST be treated by the 
  32. application as a fatal error.  You will see this in Netscape as a dialog
  33. box appearing stating that an error occured on the connection but then 
  34. the rest of the page continues to load.  This is because HTTP uses a 
  35. separate connection for each of the HTML and other linked files.
  36.  
  37. This error is most likely caused by two machines with the same IP 
  38. address or a cache using an invalid mapping between IP address
  39. and Ethernet hardware ID.  This can also be caused by by errors in the
  40. TCP/IP stack.  The SP3 TCP/IP is buggy.  As noted in the K95 BUGS.TXT file
  41. if you install SP3 you MUST also install the Out of Band (OOB) data fix
  42. available as a hotfix from Microsoft.
  43.  
  44.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  45.                  The Kermit Project * Columbia University
  46.               612 West 115th St #716 * New York, NY * 10025
  47.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org